Package-level declarations

Easily use Gradle, Helm, Docker and more within your pipelines.

Usage

Plugins typically need to be installed on a Job for their methods to work within that job. To do so, look for methods prefixed with use on the plugin's companion object.

For example, using the GitLab Docker Registry from within a job requires calling the method useContainerRegistry in the job body.

Types

Link copied to clipboard
class Docker

Integrate Docker into your build.

Link copied to clipboard
class Gradle
Link copied to clipboard
class Helm
Link copied to clipboard
class Pacman

Functions